From a687a7d84c15c15f4b98d1f425ad721a037cc122 Mon Sep 17 00:00:00 2001 From: Juanma Barranquero Date: Mon, 24 Jun 2002 07:55:57 +0000 Subject: [PATCH] Include composite.h --- src/w16select.c | 1 + src/w32select.c | 1 + 2 files changed, 2 insertions(+) diff --git a/src/w16select.c b/src/w16select.c index 6c6038994b9..194efdf590d 100644 --- a/src/w16select.c +++ b/src/w16select.c @@ -40,6 +40,7 @@ Boston, MA 02111-1307, USA. */ #include "buffer.h" #include "charset.h" #include "coding.h" +#include "composite.h" /* If ever some function outside this file will need to call any clipboard-related function, the following prototypes and constants diff --git a/src/w32select.c b/src/w32select.c index 4f1ca582daf..ef0910964e8 100644 --- a/src/w32select.c +++ b/src/w32select.c @@ -30,6 +30,7 @@ Boston, MA 02111-1307, USA. */ #include "buffer.h" #include "charset.h" #include "coding.h" +#include "composite.h" Lisp_Object QCLIPBOARD; -- 2.30.2